1. I am switching to Gemini 2.5 from Gemini 1.5 . I tryed to upgrade the versions of google-ai-generativelanguage and google-generativeai to support Gemini 2.5 2. I am using requirements.txt to upgrade the versions. But due to version conflicts I am not able to run the requirements.txt I don't know which versions are compatible with the new Gemini 2.5 versions. I tried to use the google-ai-generativelanguage==0.6.15 and google-generativeai==0.8.4 , but langchain version are not supporting with these versions. Can anyone suggest me the versions I can use to run my requirements without any conflicts. Below is my requirements.txt: Flask==3.0.3 Flask-Cors==4.0.1 frozenlist==1.4.1 google-ai-generativelanguage==0.6.5 google-api-core==2.19.0 google-api-python-client==2.131.0 google-auth==2.29.0 google-auth-httplib2==0.2.0 google-cloud-core==2.4.1 google-cloud-firestore==2.16.0 google-cloud-storage==2.16.0 google-crc32c==1.5.0 google-generativeai==0.7.0 google-resumable-media==2.7.0 googleapis-common-protos==1.63.1 grpcio==1.64.0 grpcio-status==1.62.2 gunicorn==22.0.0 h11==0.14.0 httpcore==1.0.5 httplib2==0.22.0 httpx==0.27.0 idna==3.7 importlib_metadata==7.1.0 itsdangerous==2.2.0 Jinja2==3.1.4 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==3.0.0 langchain==0.2.6 langchain-community==0.2.6 langchain-core==0.2.10 langchain-google-genai==1.0.7 langchain-text-splitters==0.2.2 langsmith==0.1.82 MarkupSafe==2.1.5 marshmallow==3.21.3 msgpack==1.0.8 multidict==6.0.5 stripe==6.0.0 mypy-extensions==1.0.0 numpy==1.26.4 openai==0.28.0 orjson==3.10.5 packaging==24.1 pathspec==0.10.1 pipenv==2023.12.1 platformdirs==4.2.2 proto-plus==1.23.0 protobuf==4.25.3 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.22 pydantic==2.7.3 pydantic_core==2.18.4 PyJWT==2.8.0 pyparsing==3.1.2 PyPDF2==3.0.1 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 rsa==4.9 semantic-version==2.8.5 six==1.16.0 sniffio==1.3.1 SQLAlchemy==2.0.31 tenacity==8.4.2 termcolor==1.1.0 tqdm==4.66.4 typing-inspect==0.9.0 typing_extensions==4.12.1 uritemplate==4.1.1 urllib3==1.26.18 virtualenv==20.26.2 wcwidth==0.1.9 Werkzeug==3.0.3 yarl==1.9.4 zipp==3.19.1 joblib==1.3.2