[1.0.dev1] Reinstate httpx.__version__
?
#3619
Unanswered
jtpio
asked this question in
Potential Issue
Replies: 2 comments 2 replies
-
Thanks so much for taking a look! Yep, useful prompt thanks... >>> import httpx
>>> httpx.__version__
'1.0.dev2' |
Beta Was this translation helpful? Give feedback.
0 replies
-
In general, it's probably best practice to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey thanks for releasing a
1.0
pre-release.Trying the pre-release locally in a new environment, it doesn't seem possible to get the version programmatically with
httpx.__version__
, like it's the case with0.28.1
:1.0.dev1
0.28.1
Maybe it could be useful to keep
httpx.__version__
around for 1.0?Beta Was this translation helpful? Give feedback.
All reactions