shivaam commented on PR #61794:
URL: https://github.com/apache/airflow/pull/61794#issuecomment-3893980488

   > ```
   >   × No solution found when resolving dependencies for split (markers:
   >   │ python_full_version >= '3.14' and sys_platform == 'win32'):
   >   ╰─▶ Because s3fs==2026.2.0 depends on fsspec==2026.2.0 and 
fsspec==2026.1.0,
   >       we can conclude that s3fs>=2026.1.0 depends on fsspec>=2026.1.0. (1)
   >       hint: Pre-releases are available for `grpcio-status` in the requested
   >       range (e.g., 1.78.0rc2), but pre-releases weren't enabled (try:
   >       `--prerelease=allow`)
   > ```
   > 
   > The latest pydantic-ai package version isn’t resolving but version 0.0.5 
resolving, which is quite outdated and doesn’t include the newer features or 
model providers.
   > 
   > I’m scratching my head at this point. Any help would be greatly 
appreciated..
   
   I ran into the same issue issue when testing locally. The chain is 
pydantic-ai → logfire → opentelemetry-sdk, which conflicts with Airflow's own 
opentelemetry pins. With pydantic 0.0.5 the _griffe module is missing, and with 
newer versions logfire pulls in an incompatible opentelemetry-api. Might be 
worth checking if pydantic-ai-slim


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to