v1.4.1
What's new
Added π
- Added
session
argument toBeaker
client constructors (.from_env()
and__init__()
).
You can use this argument to force the client to use a single HTTPSession
for all requests to the server
for the life of the client. Using this approach it's not necessary to use theBeaker.session()
context manager,
but you should only use this if the client is short-lived.
Commits
ecf3843 Add session
parameter (#124)
4f2b0d7 Bump actions/setup-python from 3 to 4 (#121)
872cbba update some dev requirements (#123)
fd90b91 Bump furo from 2022.4.7 to 2022.6.4.1 (#120)